SftTree/OCX 7.0

SftTreeColumn.Merge Property

Softel vdm, Inc.

Defines whether the contents of this column can merge into the next displayed column.

Syntax       

Get

VB.NET

Boolean = object.Merge  As Boolean

VB

Boolean = object.Merge  As Boolean

C#.NET

bool Boolean = object.Merge;

VC++

VARIANT_BOOL Boolean = object->Merge;
VARIANT_BOOL Boolean = object->GetMerge();

C

HRESULT object->get_Merge(VARIANT_BOOL* Boolean);

Delphi

Boolean := object.Merge   : WordBool;

Put

VB.NET

object.Merge = Boolean  As Boolean

VB

object.Merge = Boolean  As Boolean

C#.NET

bool object.Merge = Boolean;

VC++

VARIANT_BOOL object->Merge = Boolean;
void object->PutMerge(VARIANT_BOOL Boolean);

C

HRESULT object->put_Merge(VARIANT_BOOL Boolean);

Delphi

object.Merge := Boolean   : WordBool;

object

A SftTreeColumn object.

Boolean

Defines whether the contents of this column can merge into the next displayed column.

Boolean

Description

True

Allows the contents of this column to merge into the next displayed column if the contents of the next cell (or column header) are empty and the next column allows being merged into (see Column.MergeInto).

False

The contents of this column do not merge into the next column.

Comments

The Merge property defines whether the contents of this column can merge into the next displayed column.

This property applies to all cells in this column and also the column header.

See Also  SftTreeColumn Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com